home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre1.z / postgre1 / test / postfs / README < prev    next >
Encoding:
Text File  |  1992-08-27  |  689 b   |  19 lines

  1. Useful files
  2. ==============
  3. loadfile.c   inserts a unix file into the postgres file system by copying
  4.          it there.  The unix file is then part of postgres and can
  5.          be removed.
  6.  
  7. filetest.c   tests p_read/p_write/p_seek commands.  Any bad 
  8.          output indicates bugs in p_read p_write or p_seek.
  9. path.c         when resolve_path in fe-pqufs.c is not static, tests the 
  10.          correct operation of resolve_path (used in chdir).
  11.  
  12. Examples
  13. ========
  14. dump.c          reads a file using a specified buffer length.  Performance
  15.          under a range of buffer sizes shows overhead of transferring
  16.          data through PQ.
  17. ren.c    -- simple wrapper for p_rename
  18. unlink.c    -- another wrapper for p_unlink
  19.